home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / parser / exceptions.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  303 b   |  11 lines

  1. #ifndef exceptions_h
  2. #define exceptions_h "$Header: /private/postgres/src/parser/RCS/exceptions.h,v 1.5 1990/08/14 10:24:00 cimarron Exp $"
  3.  
  4. #include "utils/exc.h"
  5. #include "utils/excid.h"
  6.  
  7. /* All raises in parser are in this form */
  8. #define p_raise(X, Y)    raise4((X), 0, NULL, (Y))
  9.  
  10. #endif exceptions_h
  11.